/************************************
 * I N C _ G L O B A L _ I E . C S S
 * ---------------------------------
 * CSS-File für IE & kompatible
 ************************************/
/* Body-Tag */
BODY
{
   font-family:      verdana;
   font-size:        10px;
	 background-color: RGB(255, 255, 255);   
}

/* Bildanzeige */
TD.picture
{
	 background-color: RGB(179, 209, 255);
	 width:            100%;
	 text-align:       center;
}

/* Überschrift der Bildanzeige */
TD.pictureheadline
{
   	font-weight:      bold;
	background-color: RGB(8, 102, 181);
	color:            RGB(179, 209, 255);
	width:            100%;
	text-align:       center;
}

/* Counter */
TD.counter
{
   font-size:        12px;
	 font-weight:      bold;
	 color:            RGB(8, 102, 181);
}

/* Text vom Zeitungsartikel */
TD.zeitung
{
	font-size:        12px;
	color:            RGB(37, 120, 189);
	text-align:       left;
}

/* Rahmen */
TD.rahmen
{
	border-width:1px;
	border-style:solid;
	border-color:RGB(37, 120, 189);
	padding:0.1cm;
	text-align:left;
}

/* Fehler */
SPAN.error
{
	 color:            RGB(255, 0, 0);
}

/* Counter */
TD.zeit
{
   font-size:        10px;
	 font-weight:      bold;
	 color:            RGB(255, 255, 255);
	 text-align:       center;
}

/* Blaue Linie */
IMG.line
{
   background-color: RGB(179, 209, 255);
	 width:            100%;
	 height:           1px;
}

/* Hover-Hintergrund für Bilder */
TD.hover
{
   background-color: RGB(179, 209, 255);
}

/* Standard: Text */
TD
{
	font-size:        12px;
	color:            RGB(37, 120, 189);
	text-align:       justify;
}

/* Druckvorschau */
TD.preview
{
	font-size:        12px;
	font-weight:      bold;
	color:            RGB(0, 0, 0);
	text-align:       justify;
}

/* Linke Spalte einer Texttabelle */
TD.lcol
{
   width:            25%;
	 vertical-align:   top;
}

/* Rechte Spalte einer Texttabelle */
TD.rcol
{
   font-weight:      bold;
   width:            75%;
}

/* Bildvorschau der "About Me"-Page */
TD.picpreview
{
	 text-align:       center;
	 width:            25%;
}

/* Überschrift Spalte */
TD.headline
{
   font-size:        12px;
	 font-weight:      bold;
	 background-color: RGB(179, 209, 255);
}

/* Link: Standard */
A:link 
{
   color:            RGB(28, 88, 138);
}

/* Menü: Visited */
A:visited
{
   color:            RGB(28, 88, 138);
}
	 
/* Link: Active */
A:active
{
   color:            RGB(28, 88, 138);
}

/* Link: Hover */
A:hover
{
   color:            RGB(28, 88, 138);
	 text-decoration:  none;
}

/* Standard Eingabebereiche */
INPUT
{
   font-family:         verdana;
	 font-size:           10px;
	 font-weight:         bold;
   color:               RGB(8, 102, 181);
   background-color:    RGB(255, 255, 255);
   border-top-width:    1px;
   border-top-color:    RGB(8, 102, 181);
   border-left-width:   1px;
   border-left-color:   RGB(8, 102, 181);
   border-bottom-width: 1px;
   border-bottom-color: RGB(8, 102, 181);
   border-right-width:  1px;
   border-right-color:  RGB(8, 102, 181);
}

/* Mehrzeilige Textfelder */
TEXTAREA
{
   font-family:         verdana;
	 font-size:           10px;
	 font-weight:         bold;
   color:               RGB(8, 102, 181);
   background-color:    RGB(255, 255, 255);
   border-top-width:    1px;
   border-top-color:    RGB(8, 102, 181);
   border-left-width:   1px;
   border-left-color:   RGB(8, 102, 181);
   border-bottom-width: 1px;
   border-bottom-color: RGB(8, 102, 181);
   border-right-width:  1px;
   border-rigth-color:  RGB(8, 102, 181);
}

/* Checkboxes */
INPUT.checkbox
{
   font-family:         verdana;
	 font-size:           12px;
	 font-weight:         bold;
   color:               RGB(8, 102, 181);
   background-color:    RGB(255, 255, 255);
   border-top-width:    1px;
   border-top-color:    RGB(8, 102, 181);
   border-left-width:   1px;
   border-left-color:   RGB(8, 102, 181);
   border-bottom-width: 1px;
   border-bottom-color: RGB(8, 102, 181);
   border-right-width:  1px;
   border-right-color:  RGB(8, 102, 181);
}

/* Select-Auswahlbereiche */
SELECT
{
   font-family:      verdana;
	 font-size:        10px;
	 color:            RGB(8, 102, 181);
	 background-color: RGB(255, 255, 255);
}
